Update KDE Plasma flavor descriptions and add core applications to plasma and plasma-meta#4460
Update KDE Plasma flavor descriptions and add core applications to plasma and plasma-meta#4460lapointek wants to merge 3 commits intoarchlinux:masterfrom
Conversation
- Added more detail to the descriptions chore: add essential packages to plasma and plasma-meta - Added konsole, dolphin, kate, ark
| match self: | ||
| case PlasmaFlavor.Meta: | ||
| return ['plasma-meta'] | ||
| return ['plasma-meta', 'konsole', 'dolphin', 'kate', 'ark'] |
There was a problem hiding this comment.
The reason for adding this granular setting was to avoid any additional packagtes. Why do we need these?
There was a problem hiding this comment.
Using the TTY after installing a desktop environment just to install a terminal doesn’t provide a great first-user experience, in my opinion. I had assumed that was the purpose of the minimal install, rather than the plasma-meta/full plasma package. I didn’t realize there was a deliberate decision not to include applications like Dolphin or Konsole. In that case, disregard this PR.
There was a problem hiding this comment.
tbh, there's not any clear consensus what to do here but we've gotten some pretty taxing feedback from both packagers of KDE and users whenever we try to fiddle with the KDE profile.
So until there's consensus from both sides, we should consider the KDE profile and on-off switch.
If you want a working thing, listen to the KDE packagers and install everything, and if you want choices, use the non working options and build a .json conf with additional packages and re-use that.
Apologies that we can't do anything with the KDE profile, but that's where we are at trying our best in the middle.
PR Description:
Tests and Checks
I have tested changes.